home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-11-05 | 622 b | 25 lines |
- GEOM = ../../../..
- include ${GEOM}/makefiles/Makedefs.global
- include ../Makedefs
- include ${GEOM}/makefiles/Makerules.obj
-
- OOGLLIBS = -L${GEOM}/lib/${MACHTYPE} -lcamera -lwindow -l3d -loogl -lcolor
- FORMSLIBS = -lforms -lfm_s
- ALLLIBS = ${OOGLLIBS} ${FORMSLIBS} -lgl_s -lm -lc_s
- MORECOPTS = -I..
-
- stereo: ${OBJS} ../help.c
- rm -f $@ ../$@
- ${CC} -o $@ ${CFLAGS} ${OBJS} ${ALLLIBS}
- ln $@ ..
-
- install: install_module
-
- install_module: stereo
- ${INSTALLMODULE} stereo ../.geomview-stereo ${MODULEDIR}
-
- ../help.c: ../help.txt
- sed -e '/#/q' -e 's/\\/&&/g' -e 's/"/\\"/g' -e 's/.*/"&",/' $? >$@
-
- stereo.o: ../stereo.c ../help.c
-